home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / nyword23.zip / FINSTALL.BAT < prev    next >
DOS Batch File  |  1988-12-09  |  904b  |  26 lines

  1. pause Put a blank, formatted diskette in drive B
  2. b:
  3. rem --------------------------------------------------------------------
  4. rem           Process NYWHELP - the help files
  5. rem --------------------------------------------------------------------
  6. copy a:arce.com
  7. if not exist arce.com  goto noarc
  8. :a3
  9. if not exist a:nywhelp.arc  goto a4
  10. arce a:nywhelp
  11. rem --------------------------------------------------------------------
  12. rem           Extract the docs and the main NYWord files
  13. rem --------------------------------------------------------------------
  14. :a4
  15. arce a:nyword23
  16. del  arce.com
  17. rem ======= NYWord is now installed on drive B =========
  18. pause
  19. goto bye
  20. :noarc
  21. rem ARCE.COM was not on DRIVE A - you must dearchive NYWORD23.ARC and
  22. rem NYWHELP.ARC by obtaining a "dearchiving" utilitiy like ARC, ARCE,
  23. rem or PKXARC. These can be obtained from any bulletin board.
  24. pause
  25. :bye
  26.